home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / management / screenmod / source / help.h < prev    next >
C/C++ Source or Header  |  1994-11-17  |  735b  |  51 lines

  1.  
  2. struct IntuiText HIText7 = {
  3.     1,0,JAM2,
  4.     93,56,
  5.     NULL,
  6.     (UBYTE *)"ESC - Reset SCREENMOD's Screen",
  7.     NULL
  8. };
  9.  
  10. struct IntuiText HIText6 = {
  11.     1,0,JAM2,
  12.     5,46,
  13.     NULL,
  14.     (UBYTE *)"U - UPDATE LIST  In case new screens have opened",
  15.     &HIText7
  16. };
  17.  
  18. struct IntuiText HIText5 = {
  19.     1,0,JAM2,
  20.     42,36,
  21.     NULL,
  22.     (UBYTE *)"A - ADJUST PALETTE  Change screen colors",
  23.     &HIText6
  24. };
  25.  
  26. struct IntuiText HIText4 = {
  27.     1,0,JAM2,
  28.     9,26,
  29.     NULL,
  30.     (UBYTE *)"V - VIEW SCREEN  Brings selected Screen to front",
  31.     &HIText5
  32. };
  33.  
  34. struct IntuiText HIText3 = {
  35.     1,0,JAM2,
  36.     30,16,
  37.     NULL,
  38.     (UBYTE *)"R - REMAKE SCREEN  Put changes into effect",
  39.     &HIText4
  40. };
  41.  
  42. struct IntuiText HIText2 = {
  43.     3,0,JAM2,
  44.     181,4,
  45.     NULL,
  46.     (UBYTE *)"HELP!",
  47.     &HIText3
  48. };
  49.  
  50. #define HelpTextList HIText2
  51.